Publishing

The ultimate product of Comic Life is a published comic — the application lets you publish in a variety of forms which is a major reason for some of the unusual page formats that are supported. You can of course print your comic using the standard print dialog — but you can also export your comic as HTML or an AVI movie. This section explores all these options.

Printing

If you intend to print your comic you will get best results by choosing a page format that matches your printer. Comic Life comes with a wide selection of standard page sizes. Once your comic is complete you can print it simply by choosing File->Print... and clicking "OK".

Note: Don't be alarmed if it seems to take a while to print.. Comic Life uses your high-resolution images for best results, and this can slow down the printing process.
If you want a quick proof of your comic make sure the "Low-Res Proof" option is selected in the Comic Life settings of the Print dialog. The printer will use the screen resolution images (~ 72 dpi) for faster printing. You can also lower the quality setting using the Properties panel in the Print dialog (if supported by your printer). Note that this setting is remembered while the application is running so if you need a final proof then you must uncheck this option.

Export to HTML

Comic Life can turn your comic into a convenient web presentation with the Export to HTML feature. To access this feature choose "File->Export to HTML...". On the export dialog enter the name and location of the folder that will hold the HTML files and images. You can also choose a theme for the frame that will surround the comic and the quality of the JPEG images. Click on the "Save" button to create the HTML files. Once the export is complete you will find a number of files in the new folder with the name you selected. These are:
Launcher.html
A file containing the HTML needed to display the comic in its own window. You will need to copy the link to another webpage in order to integrate the comic with a website — depending on where you upload the comic folder you may need to edit the javascript.location value: &lt;a href="javascript:location='MyComic/Comic.html';<br> window.open('Comic.html',<br> 'MyComic',<br> 'width=XXX,height=YYY,scrollbars=no,<br> toolbar=no,status=no,resizable=no')<br> "&gt;MyComic&lt;/a&gt;<br>
Comic.html
The actual comic HTML file — what is loaded into the new window.
pages.js
A JavaScript file that lists all the pages as a JavaScript array and initializes other important variables. This file is used by the Comic.html file.
images folder
Contains the images needed to draw the frame around the comic. Used by Comic.html file.
pages folder
Contains the JPEG images of all the pages in the comic named Page_1.jpg, Page_2.jpg etc.

Export to Movie

Comic Life can turn your comic into an AVI movie for use as part of a multimedia project. The AVI movie can be imported into a number of Windows movie editing software for further editing.

To export an AVI movie choose File->Export to Movie... In the export dialog choose a name and location for the movie as well the quality of the JPEG images that form the frames of the movie and the duration that each page will be presented. Click on "Save" when you are ready to start the process.

Email Comic Button

With a single click you can email a multiple page comic, as a series of JPG files to your friends and family. Choose an 'Email subject', and then press 'Export' and a new email message will be opened for you (in your default email client) with each comic page attached as cross-platform JPG images. You can now write the body of your email and send to your recipient of choice. Easy!

Note: 'Email this Comic' may not work with all email clients.